home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / show / flip_141.lha / Flip.doc < prev   
Text File  |  1993-11-14  |  5KB  |  157 lines

  1.  
  2.                                    FliP
  3.           A freely distributable Flic animation player for the Amiga
  4.  
  5.                          Written by Dominik Tonn
  6.  
  7.                     Copyright © 1993 Dominik Tonn
  8.                              All Rights Reserved
  9.  
  10. Distribution, Copyright and Legal Stuff.
  11. ----------------------------------------
  12.    The Flip executables and documentation are Copyright © 1993
  13. by Dominik Tonn, All Rights Reserved.
  14.  
  15.    Flip is being distributed as Freeware.  It may be freely distributed to
  16. any bulletin board service, network, or public domain collection, so long as
  17. no fees (beyond reasonable media fees) are charged for such distribution.
  18. If you like this program and want to donate something, feel free to do! :-)
  19. Or just drop me a note (preferably e-mail) or something.
  20.  
  21.    If you want to use Flip in a commercial package, for commercial
  22. demonstrations or something similiar you have to ask me for permission
  23. first. (See 'Contacting the author' for ways to get in contact with me)
  24.  
  25.    Flip is NOT public domain. The author retains all rights to the program.
  26.  
  27. Disclaimer
  28. ----------
  29.    No warranties of any kind are made as to the functionality of this
  30. program.  You are using it at your own risk.
  31.  
  32. Introduction
  33. ------------
  34.    Flip is a player for FLI and FLC animation files, common for IBM PCs
  35. and compatibles. It is not as fast as a player for the PC and it needs
  36. much performance.
  37.  
  38. Requirements
  39. ------------
  40. - AGA Chipset
  41. - Kickstart 3.0 or better
  42. - Fastmem and CPU performance
  43.  
  44. The program plays the file from memory, so enough Fastmem must be present.
  45.  
  46. Usage
  47. -----
  48.  
  49. from CLI: Flip Filename [options]
  50.  
  51.      Options: INFO  - print FLI-file information only.
  52.               ONCE  - plays animation once.
  53.               DEBUG - prints debug information, Caution!
  54.                       You can step through the chunks with any key
  55.                       to exit activate cli window, hold left mouse
  56.                       button down and press a key.
  57.                       (This option will be removed in future versions)
  58.  
  59.      To stop hold left mouse button down.
  60.  
  61.  
  62. Contacting the Author
  63. ---------------------
  64.    EMail: l09l@zfn.uni-bremen.de
  65.  
  66.    Irc: Levi on #amiga
  67.  
  68.    Snail-Mail: (Don't expect quick mail response) :)
  69.      Dominik Tonn
  70.      Suhrfeldstr. 69
  71.      28207 Bremen
  72.      GERMANY
  73.  
  74. Thanks
  75. ------
  76.  
  77. Many many thanks to _ho_ on IRC for giving me his chunky to planar routine!
  78.  
  79. Also thanks to Boris Ottlewski for digging out the documentation for the
  80. Flic Animation Format.
  81.  
  82.  
  83. Bugs
  84. ----
  85.  
  86. Sometimes nothing is displayed for some strange reasons, havent located
  87. the cause yet.
  88. ^Found the reason! Somehow the memory-list gets corrupted, avail
  89. claims that much chipmem is available but largest block is
  90. very small! (24-80k). But still no idea what caused it...
  91. Enforcer reports no hits...
  92.  
  93. Sometimes the Colormap is dimmed, dunno why.
  94.  
  95. Non-Bugs
  96. --------
  97.  
  98. This version is still limited to a certain size of the resolution of the
  99. fli-file. 
  100.  
  101.  
  102. Revision History
  103. ----------------
  104. 1.00    25-Mar-93       First running version! It was really slow since
  105.                         i used only system calls and used WritePixel.
  106.                         Frame rates: varying from 0.5 to 10 per second.
  107.  
  108. 1.02     6-Apr-93       Some optimization, but accomplished not much.
  109.                         (Frustration was growing)
  110.  
  111. 1.10    10-Apr-93       Implemented a chunky to planar conversion in
  112.                         assembler, Frame rate stabilized to 4-5 per second
  113.                         (Even more frustrated)
  114.  
  115.         ??-Sep-93       Met _ho_ on #amiga in IRC who claimed to have
  116.                         coded a chunky to planar routine which does up
  117.                         to 40 frames/second on a 68040. He promised to
  118.                         e-mail it to me. (Frustration decreasing)
  119.  
  120.         ??-Oct-93       Finally got the routine from _ho_! It works!
  121.                         (Frustration nearly gone)
  122.  
  123. 1.20    31-Oct-93       First Version with _ho_'s routine running!
  124.                         Frame rate up to 10-20 per second.
  125.  
  126. 1.30     3-Nov-93       First release for some testers on IRC.
  127.                         Haven't heard anything from them yet. :(
  128.  
  129. 1.40     4-Nov-93    Made some major improvement in chunk decoding
  130.                         speed.
  131.  
  132. 1.41    15-Nov-93    First release for Aminet.
  133.  
  134.  
  135. Frame Rate Table
  136. ----------------
  137.  
  138.         | Amiga 4000/040 25 MHz |
  139. Version |  Fly.fli  |  Venus.flc|
  140. --------+-----------+-----------+
  141.    1.00 |  12,5 fps |   0,9 fps |
  142.    1.02 |  14,4 fps |   1,1 fps |
  143.    1.10 |   3,3 fps |   3,3 fps |
  144.    1.20 |  21,5 fps |   9,2 fps |
  145.    1.30 |  24,4 fps |   9,8 fps |
  146.    1.40 |  25,6 fps |  19,3 fps |
  147.  
  148. For other machines is still no info available...
  149.  
  150. Please report your configuration, frame rate and name of the FLI file.
  151. If the FLI file is available via FTP report the site too.
  152.  
  153. If bugs or undocumented features occur, report it and the circumstences.
  154.  
  155. Please send all reports, ideas or congratulation
  156. via e-mail to l09l@zfn.uni-bremen.de
  157.